GoXam for WPF v3
GraphModel<NodeType,NodeKey> Class
Members 
Northwoods.GoXam.Model Namespace : GraphModel<NodeType,NodeKey> Class
the Type of node data
the Type of a value uniquely identifying a node data
The generic implementation of a diagram model consisting of nodes and subgraphs, with at most one link between any two nodes in one direction.
Object Model
GraphModel<NodeType,NodeKey> ClassUndoManager Class
Syntax
Type Parameters
NodeType
the Type of node data
NodeKey
the Type of a value uniquely identifying a node data
Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.DiagramModel
      Northwoods.GoXam.Model.GraphModel<NodeType,NodeKey>
         Northwoods.GoXam.Model.UniversalGraphModel

See Also

Reference

GraphModel<NodeType,NodeKey> Members
Northwoods.GoXam.Model Namespace
IDiagramModel Interface